home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 September
/
PCWorld_2008-09_cd.bin
/
v cisle
/
sadanastroju
/
greasemonkey-0.8.20080609.0-fx.xpi
/
chrome
/
greasemonkey.jar
/
chromeFiles
/
content
/
install.xul
< prev
next >
Wrap
Extensible Markup Language
|
2008-06-09
|
3KB
|
76 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://mozapps/content/xpinstall/xpinstallConfirm.css" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://mozapps/skin/xpinstall/xpinstallConfirm.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://greasemonkey/locale/greasemonkey.dtd">
<dialog
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
id="greasemonkey"
title="&install.title;"
style="width: 32em; height:32em;"
onload="GMInstall.init();"
ondialogaccept="return GMInstall.onOK();"
ondialogcancel="return GMInstall.onCancel();"
ondialogextra1="return GMInstall.onShowSource();"
buttons="accept,cancel,extra1"
buttonlabelaccept="&install.installbutton;"
buttonlabelextra1="&install.showscriptsource;"
defaultButton="accept">
<stringbundle id="gm-browser-bundle" src="chrome://greasemonkey/locale/gm-browser.properties" />
<script type="application/x-javascript" src="chrome://greasemonkey/content/utils.js" />
<script type="application/x-javascript" src="chrome://greasemonkey/content/scriptdownloader.js" />
<script type="application/x-javascript" src="chrome://greasemonkey/content/prefmanager.js" />
<script type="application/x-javascript" src="chrome://greasemonkey/content/install.js" />
<vbox id="dialogContentBox"
flex="1"
>
<description id="heading"
style="margin-bottom:1em" />
<vbox id="itemBox"
flex="1"
style="padding:0; overflow:auto; -moz-appearance:textfield; margin:2px 4px"
>
<vbox
style="background:InfoBackground; color: InfoText; border-bottom:1px black dotted; padding:0.5em; margin:0; margin-bottom:0.5em"
>
<description id="scriptDescription"
style="margin:0" />
</vbox>
<vbox id="includes"
style="margin-bottom:1em; display:none"
>
<label
value="&install.runson;" />
<description id="includes-desc"
style="font-style:italic" />
</vbox>
<vbox id="excludes"
style="display:none"
>
<label
value="&install.butnoton;" />
<description id="excludes-desc"
style="font-style:italic" />
</vbox>
<spacer flex="1" />
</vbox>
<description
style="margin-top:1em"
>&install.warning1;</description>
<description
style="margin-bottom:1em"
class="warning"
>&install.warning2;</description>
</vbox>
</dialog>